home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000231_news@newsmaster….columbia.edu _Sun Feb 15 22:39:45 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA24099
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 15 Feb 1998 22:39:43 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA00696
  7.     for kermit.misc@watsun; Sun, 15 Feb 1998 22:39:43 -0500 (EST)
  8. Newsgroups: comp.unix.sco.misc,comp.protocols.kermit.misc
  9. Path: news.columbia.edu!panix!nntprelay.mathworks.com!news.maxwell.syr.edu!news.magicnet.net!bilver.magicnet.net!bill
  10. From: bill@bilver.magicnet.net.REMOVETHIS (Bill Vermillion)
  11. Subject: Re: null modem file transfer
  12. Organization: W.J.Vermillion - Orlando/Winter Park
  13. Message-ID: <EoGBHM.3r8@bilver.magicnet.net>
  14. References: <6c2bs9$lo9$1@apakabar.cc.columbia.edu> <9802131517.aa08163@vagabond.armory.com> <EoDx0J.632@bilver.magicnet.net> <6c75km$jcc@shady.shady.com>
  15. Date: Mon, 16 Feb 1998 03:10:34 GMT
  16. Lines: 56
  17. Xref: news.columbia.edu comp.unix.sco.misc:60985 comp.protocols.kermit.misc:8418
  18.  
  19. In article <6c75km$jcc@shady.shady.com>,
  20. Kevin Smith <kbs=cusm@shady.com> wrote:
  21. >In article <EoDx0J.632@bilver.magicnet.net> bill@bilver.magicnet.net.REMOVETHIS (Bill Vermillion) writes:
  22. >>
  23. >>As to the age - I remember that the original kermit sources I had
  24. >>were in the 40K size.  I remember that as I had to get a transfer
  25. >>into an old Z8000 Onyx - and the only way to get the source in was
  26. >>to open up vi, and them dump the text into that from terminal emulator
  27. >>on another computer, and then write out the source and compile it.
  28. >>The floppys for xfer maxed out at 88K
  29.  
  30. >I have to drift off topic here since the Z8000 Onyx was my first unix.
  31. >The C compiler was extra, and there was no vi yet.  Did all our development
  32. >in assembly with ed.  I think we started with 256k memory and an 80mb disk
  33. >(might have only been 40mb).  Couldn't run two adb's at once or the machine
  34. >would thrash to halt.  Learned unix by reading the printed man pages.
  35. >
  36. >Ahhh, the memories.  Thanks Bill.
  37.  
  38. The only work I did on that was to write a C program to interface a
  39. serial device that tracked fuel deliveries from a device on a truck
  40. and then the RAM module was brought back and read into the
  41. computer.
  42.  
  43. That was frustrating as I took the device home and wrote the code
  44. there, but could not make it work on  the Onyx.  Some commands, all
  45. single letter would work, others would fail.
  46.  
  47. So I put in print statements everywhere.
  48.  
  49. The system was told to be 8,n,1.  However the print statements
  50. showed that not to be true.
  51.  
  52. It added parity.  Of course this forced the bit 7 high, on the odd
  53. bit count.   Now when bit 7 went high it sign extended and set bits
  54. 8 thru 15 high too.  So I was send a positive ASCII number for the
  55. letters that had an even number of bits, and a 16 bit negative
  56. number for the others.   Masking characters fixed that, but that
  57. was a bizarre compiler.
  58.  
  59. I had to put the kermit in so we could transfer the NCR COBOL
  60. source code to the machine from my Televideo Telecat with MicroPort's
  61. V.2 Unix.  That mean going to an NCR machine (pre System III) xfering
  62. to the T'cat, and then the T'cat to Onyx.      The only input to
  63. the Onyx was keyboard or tape, and they were long out of business
  64. at that time.
  65.  
  66. After last weeks experience with old hardware that should have been
  67. shot long ago, I've vowed not to do that again, and I'll just refer
  68. them to Jeff L.
  69.  
  70.  
  71.  
  72. -- 
  73. bill@bilver.magicnet.netREMOVETHIS | bill@bilver.comREMOVETHIS
  74. (Remove the anti-spam section from the address on a mail reply)